home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 3 / Amiga Tools 3.iso / rexx / loadiff.avm < prev    next >
Text File  |  1994-06-24  |  117b  |  5 lines

  1. /* */
  2. parse arg iffFileName compression fileName .
  3.  
  4. address command 'avm:iff2adpcm' iffFileName compression fileName
  5.